home *** CD-ROM | disk | FTP | other *** search
- VERSION 2.00
- Begin Form Form2
- BackColor = &H00C0C0C0&
- Caption = "Search N Replace"
- ClientHeight = 1290
- ClientLeft = 5610
- ClientTop = 3735
- ClientWidth = 2850
- Height = 1695
- Left = 5550
- LinkMode = 1 'Source
- LinkTopic = "Form2"
- MaxButton = 0 'False
- ScaleHeight = 1290
- ScaleWidth = 2850
- Top = 3390
- Width = 2970
- Begin CommandButton Command1
- Caption = "Done"
- Height = 500
- Left = 840
- TabIndex = 0
- Top = 360
- Width = 855
- End
- Sub Command1_Click ()
- Unload Form2
- End Sub
-